Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellMatrix<T> Class
Members


In This Topic
    CellMatrix<T> Class
    In This Topic
    This class implements the function to store values in the locations of a sparse matrix.
    Syntax
    'Declaration
     
    
    Public Class CellMatrix(Of T As IEquatable(Of T)) 
    'Usage
     
    
    Dim instance As CellMatrix(Of T)
    public class CellMatrix<T> 
    where T: IEquatable<T>
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.CellMatrix<T>
          GrapeCity.Spreadsheet.SparklineStorage

    See Also